# ModeWhen file for HTML mode

Rules Include
! faf, **
! *, **/htm **/html
> ~faf, ** ; _html
End

# Use HTML if <html> tag is found

Match
	_html		"<html>"
End